home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 001-025 / scopedisk2 / autopics / autopics.doc next >
Text File  |  1995-03-18  |  3KB  |  60 lines

  1.  
  2. AUTOPICS  by  Nick Ruppert  5-22-87
  3.  will call your viewing program to display all the pics in a directory
  4.  having the user-specified extension (such as .pic or .ham).
  5.  
  6.  In essence, any picture viewing program will become a slideshow without the
  7.  bother of a script.
  8.  
  9.  It will now default to uShow and .pic.
  10.  
  11. USAGE: autopics [viewing_prog] [extension] [start (optional)]
  12.  
  13. It is no longer necessary to type in all the filenames nor to prepare a
  14. script file to view your pics.  Find a program to display the pics and
  15. add a suffix to differentiate them from other files and to separate
  16. different formats.  Use AUTOPICS along with your viewing programs, and
  17. all the pictures with the indicated extension will cycle through once.
  18.  
  19. Copy your pictures to a disk or directory in the order in which you wish
  20. them shown.  (LIST will show the current order.)  Autopics will start with
  21. the first pic in the directory unless you specify a starting picture name.
  22.  
  23. [Viewing_prog], [extension], and [start] must be one-word (no spaces) names,
  24. but case is unimportant.
  25.  
  26. For example, if you had both nudes (suffix ".npic") and regular pics (suffix
  27. .pic) in the same directory, cd to the directory, and then:
  28.     [autopics uShow .pic] would just show the reg pics,
  29.     [autopics uShow .npic] would show just the nudes, and
  30.     [autopics uShow pic] would show everything.
  31.  
  32. To stop viewing a picture and cycle to the next, do whatever your viewing
  33. prog requires to QUIT. (For uShow, the spacebar or a mouse click -- for
  34. Showham, pull down the screen and close the window).  To end the program
  35. prematurely, a properly timed CTRL-C will work, or simply remove the disk.
  36.  
  37. I am very impressed with uShow and have made it a default along with ".pic".
  38.  
  39.     For questions & comments, I can be reached thru
  40.     PSA BBS (sysop Dorothy Dean)
  41.     414-278-5390
  42.  
  43. Additions for version 2...
  44.  
  45. Amiga wildcards (? & #?) can be used for the optional starting filename, but
  46. not for the [viewing_prog] or [extension], which still must be typed in full
  47. unless utilizing the defaults.  (This is because I am using Manx functions
  48. which would be too much trouble to rewrite).
  49.  
  50. You can now specify the optional start without typing all the args by using
  51. "s=" as a prefix to the [start] (which must be the last arg).  Thus,
  52. "autopics2 s=k#?" would default to "uShow" and display the first ".pic"
  53. starting with "k".
  54.  
  55. Suffixer2 will save some effort by automatically adding the suffix of your
  56. choice.  Version 2 will also remove a suffix (for instance, if you want to
  57. change .iff to .pic).
  58.  
  59. Nick Ruppert  5/23/87
  60.